Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.comment.defaultPermissions--factoryBinding

This contribution is part of XML component org.nuxeo.ecm.platform.comment.defaultPermissions inside nuxeo-platform-comment-9.10.jar /OSGI-INF/comment-defaultPermissions-contrib.xml

Extension Point

Extension point factoryBinding of component ContentTemplateService.

Contributed Items

  • <factoryBinding factoryName="SimpleTemplateFactory" name="CommentRootFactory" targetType="CommentRoot">
          <acl>
            <ace granted="true" permission="AddChildren" principal="members"/>
            <ace granted="true" permission="RemoveChildren" principal="members"/>
          </acl>
         </factoryBinding>

XML Source

<extension point="factoryBinding" target="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService">
    <factoryBinding factoryName="SimpleTemplateFactory" name="CommentRootFactory" targetType="CommentRoot">
      <acl>
        <ace granted="true" permission="AddChildren" principal="members"/>
        <ace granted="true" permission="RemoveChildren" principal="members"/>
      </acl>
     </factoryBinding>
  </extension>